git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 23 Nov 2024 13:57:03 +0000 (14:57 +0100)
commit3c82f261486d082a6801512d6c377824d1b119cb
tree897806707169d9a853dd53f422be39a7c68de874
parentd17ca0cca371d543b03618afc2e39aead847b44e
git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703

commit 49449cbb3580bbdfb2e17fb5140db54496928219
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Sep 20 13:10:54 2024 +0200

    iconv: Do not use mmap in iconv (the program) (bug 17703)

    On current systems, very large files are needed before
    mmap becomes beneficial.  Simplify the implementation.

    This exposed that inptr was not initialized correctly in
    process_fd.  Handling multiple input files resulted in
    EFAULT in read because a null pointer was passed.  This
    could be observed previously if an input file was not
    mappable and was reported as bug 17703.

Reviewed-by: DJ Delorie <dj@redhat.com>
Gbp-Pq: Topic any
Gbp-Pq: Name git-iconv-Do-not-use-mmap-in-iconv-the-program-bug-17703.patch
iconv/iconv_prog.c